.Net Framework > v4.0.30319.1 > System > Windows > UIElement UIElement
Category
Class
Assembly
PresentationCore
Character
public
Attributes
NameValue/Assignment
UidPropertyAttributeUid
Ancestors
Visual > DependencyObject > DispatcherObject > Object
Implements
IAnimatable, IInputElement
Descendants
FrameworkElement
Contstructors
UIElement()
Properties
AllowDrop
AreAnyTouchesCaptured
AreAnyTouchesCapturedWithin
AreAnyTouchesDirectlyOver
AreAnyTouchesOver
BitmapEffect
BitmapEffectInput
CacheMode
Clip
ClipToBounds
CommandBindings
DesiredSize
Effect
Focusable
HasAnimatedProperties
InputBindings
IsArrangeValid
IsEnabled
IsEnabledCore
IsFocused
IsHitTestVisible
IsInputMethodEnabled
IsKeyboardFocused
IsKeyboardFocusWithin
IsManipulationEnabled
IsMeasureValid
IsMouseCaptured
IsMouseCaptureWithin
IsMouseDirectlyOver
IsMouseOver
IsStylusCaptured
IsStylusCaptureWithin
IsStylusDirectlyOver
IsStylusOver
IsVisible
Opacity
OpacityMask
PersistId
RenderSize
RenderTransform
RenderTransformOrigin
SnapsToDevicePixels
StylusPlugIns
TouchesCaptured
TouchesCapturedWithin
TouchesDirectlyOver
TouchesOver
Uid
Visibility
Events
DragEnter
DragLeave
DragOver
Drop
FocusableChanged
GiveFeedback
GotFocus
GotKeyboardFocus
GotMouseCapture
GotStylusCapture
GotTouchCapture
IsEnabledChanged
IsHitTestVisibleChanged
IsKeyboardFocusedChanged
IsKeyboardFocusWithinChanged
IsMouseCapturedChanged
IsMouseCaptureWithinChanged
IsMouseDirectlyOverChanged
IsStylusCapturedChanged
IsStylusCaptureWithinChanged
IsStylusDirectlyOverChanged
IsVisibleChanged
KeyDown
KeyUp
LayoutUpdated
LostFocus
LostKeyboardFocus
LostMouseCapture
LostStylusCapture
LostTouchCapture
ManipulationBoundaryFeedback
ManipulationCompleted
ManipulationDelta
ManipulationInertiaStarting
ManipulationStarted
ManipulationStarting
MouseDown
MouseEnter
MouseLeave
MouseLeftButtonDown
MouseLeftButtonUp
MouseMove
MouseRightButtonDown
MouseRightButtonUp
MouseUp
MouseWheel
PreviewDragEnter
PreviewDragLeave
PreviewDragOver
PreviewDrop
PreviewGiveFeedback
PreviewGotKeyboardFocus
PreviewKeyDown
PreviewKeyUp
PreviewLostKeyboardFocus
PreviewMouseDown
PreviewMouseLeftButtonDown
PreviewMouseLeftButtonUp
PreviewMouseMove
PreviewMouseRightButtonDown
PreviewMouseRightButtonUp
PreviewMouseUp
PreviewMouseWheel
PreviewQueryContinueDrag
PreviewStylusButtonDown
PreviewStylusButtonUp
PreviewStylusDown
PreviewStylusInAirMove
PreviewStylusInRange
PreviewStylusMove
PreviewStylusOutOfRange
PreviewStylusSystemGesture
PreviewStylusUp
PreviewTextInput
PreviewTouchDown
PreviewTouchMove
PreviewTouchUp
QueryContinueDrag
QueryCursor
StylusButtonDown
StylusButtonUp
StylusDown
StylusEnter
StylusInAirMove
StylusInRange
StylusLeave
StylusMove
StylusOutOfRange
StylusSystemGesture
StylusUp
TextInput
TouchDown
TouchEnter
TouchLeave
TouchMove
TouchUp
Methods
AddHandler(RoutedEvent,Delegate)
AddHandler(RoutedEvent,Delegate,Boolean)
AddToEventRoute(EventRoute,RoutedEventArgs)
ApplyAnimationClock(DependencyProperty,AnimationClock)
ApplyAnimationClock(DependencyProperty,AnimationClock,HandoffBehavior)
Arrange(Rect)
ArrangeCore(Rect)
BeginAnimation(DependencyProperty,AnimationTimeline)
BeginAnimation(DependencyProperty,AnimationTimeline,HandoffBehavior)
CaptureMouse()
CaptureStylus()
CaptureTouch(TouchDevice)
Focus()
GetAnimationBaseValue(DependencyProperty)
GetLayoutClip(Size)
GetUIParentCore()
HitTestCore(GeometryHitTestParameters)
HitTestCore(PointHitTestParameters)
InputHitTest(Point)
InvalidateArrange()
InvalidateMeasure()
InvalidateVisual()
Measure(Size)
MeasureCore(Size)
MoveFocus(TraversalRequest)
OnAccessKey(AccessKeyEventArgs)
OnChildDesiredSizeChanged(UIElement)
OnCreateAutomationPeer()
OnDragEnter(DragEventArgs)
OnDragLeave(DragEventArgs)
OnDragOver(DragEventArgs)
OnDrop(DragEventArgs)
OnGiveFeedback(GiveFeedbackEventArgs)
OnGotFocus(RoutedEventArgs)
OnGotKeyboardFocus(KeyboardFocusChangedEventArgs)
OnGotMouseCapture(MouseEventArgs)
OnGotStylusCapture(StylusEventArgs)
OnGotTouchCapture(TouchEventArgs)
OnIsKeyboardFocusedChanged(DependencyPropertyChangedEventArgs)
OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs)
OnIsMouseCapturedChanged(DependencyPropertyChangedEventArgs)
OnIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs)
OnIsMouseDirectlyOverChanged(DependencyPropertyChangedEventArgs)
OnIsStylusCapturedChanged(DependencyPropertyChangedEventArgs)
OnIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs)
OnIsStylusDirectlyOverChanged(DependencyPropertyChangedEventArgs)
OnKeyDown(KeyEventArgs)
OnKeyUp(KeyEventArgs)
OnLostFocus(RoutedEventArgs)
OnLostKeyboardFocus(KeyboardFocusChangedEventArgs)
OnLostMouseCapture(MouseEventArgs)
OnLostStylusCapture(StylusEventArgs)
OnLostTouchCapture(TouchEventArgs)
OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs)
OnManipulationCompleted(ManipulationCompletedEventArgs)
OnManipulationDelta(ManipulationDeltaEventArgs)
OnManipulationInertiaStarting(ManipulationInertiaStartingEventArgs)
OnManipulationStarted(ManipulationStartedEventArgs)
OnManipulationStarting(ManipulationStartingEventArgs)
OnMouseDown(MouseButtonEventArgs)
OnMouseEnter(MouseEventArgs)
OnMouseLeave(MouseEventArgs)
OnMouseLeftButtonDown(MouseButtonEventArgs)
OnMouseLeftButtonUp(MouseButtonEventArgs)
OnMouseMove(MouseEventArgs)
OnMouseRightButtonDown(MouseButtonEventArgs)
OnMouseRightButtonUp(MouseButtonEventArgs)
OnMouseUp(MouseButtonEventArgs)
OnMouseWheel(MouseWheelEventArgs)
OnPreviewDragEnter(DragEventArgs)
OnPreviewDragLeave(DragEventArgs)
OnPreviewDragOver(DragEventArgs)
OnPreviewDrop(DragEventArgs)
OnPreviewGiveFeedback(GiveFeedbackEventArgs)
OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs)
OnPreviewKeyDown(KeyEventArgs)
OnPreviewKeyUp(KeyEventArgs)
OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs)
OnPreviewMouseDown(MouseButtonEventArgs)
OnPreviewMouseLeftButtonDown(MouseButtonEventArgs)
OnPreviewMouseLeftButtonUp(MouseButtonEventArgs)
OnPreviewMouseMove(MouseEventArgs)
OnPreviewMouseRightButtonDown(MouseButtonEventArgs)
OnPreviewMouseRightButtonUp(MouseButtonEventArgs)
OnPreviewMouseUp(MouseButtonEventArgs)
OnPreviewMouseWheel(MouseWheelEventArgs)
OnPreviewQueryContinueDrag(QueryContinueDragEventArgs)
OnPreviewStylusButtonDown(StylusButtonEventArgs)
OnPreviewStylusButtonUp(StylusButtonEventArgs)
OnPreviewStylusDown(StylusDownEventArgs)
OnPreviewStylusInAirMove(StylusEventArgs)
OnPreviewStylusInRange(StylusEventArgs)
OnPreviewStylusMove(StylusEventArgs)
OnPreviewStylusOutOfRange(StylusEventArgs)
OnPreviewStylusSystemGesture(StylusSystemGestureEventArgs)
OnPreviewStylusUp(StylusEventArgs)
OnPreviewTextInput(TextCompositionEventArgs)
OnPreviewTouchDown(TouchEventArgs)
OnPreviewTouchMove(TouchEventArgs)
OnPreviewTouchUp(TouchEventArgs)
OnQueryContinueDrag(QueryContinueDragEventArgs)
OnQueryCursor(QueryCursorEventArgs)
OnRender(DrawingContext)
OnRenderSizeChanged(SizeChangedInfo)
OnStylusButtonDown(StylusButtonEventArgs)
OnStylusButtonUp(StylusButtonEventArgs)
OnStylusDown(StylusDownEventArgs)
OnStylusEnter(StylusEventArgs)
OnStylusInAirMove(StylusEventArgs)
OnStylusInRange(StylusEventArgs)
OnStylusLeave(StylusEventArgs)
OnStylusMove(StylusEventArgs)
OnStylusOutOfRange(StylusEventArgs)
OnStylusSystemGesture(StylusSystemGestureEventArgs)
OnStylusUp(StylusEventArgs)
OnTextInput(TextCompositionEventArgs)
OnTouchDown(TouchEventArgs)
OnTouchEnter(TouchEventArgs)
OnTouchLeave(TouchEventArgs)
OnTouchMove(TouchEventArgs)
OnTouchUp(TouchEventArgs)
OnVisualParentChanged(DependencyObject)
PredictFocus(FocusNavigationDirection)
RaiseEvent(RoutedEventArgs)
ReleaseAllTouchCaptures()
ReleaseMouseCapture()
ReleaseStylusCapture()
ReleaseTouchCapture(TouchDevice)
RemoveHandler(RoutedEvent,Delegate)
ShouldSerializeCommandBindings()
ShouldSerializeInputBindings()
TranslatePoint(Point,UIElement)
UpdateLayout()
Fields
AllowDropProperty
AreAnyTouchesCapturedProperty
AreAnyTouchesCapturedWithinProperty
AreAnyTouchesDirectlyOverProperty
AreAnyTouchesOverProperty
BitmapEffectInputProperty
BitmapEffectProperty
CacheModeProperty
ClipProperty
ClipToBoundsProperty
DragEnterEvent
DragLeaveEvent
DragOverEvent
DropEvent
EffectProperty
FocusableProperty
GiveFeedbackEvent
GotFocusEvent
GotKeyboardFocusEvent
GotMouseCaptureEvent
GotStylusCaptureEvent
GotTouchCaptureEvent
IsEnabledProperty
IsFocusedProperty
IsHitTestVisibleProperty
IsKeyboardFocusedProperty
IsKeyboardFocusWithinProperty
IsManipulationEnabledProperty
IsMouseCapturedProperty
IsMouseCaptureWithinProperty
IsMouseDirectlyOverProperty
IsMouseOverProperty
IsStylusCapturedProperty
IsStylusCaptureWithinProperty
IsStylusDirectlyOverProperty
IsStylusOverProperty
IsVisibleProperty
KeyDownEvent
KeyUpEvent
LostFocusEvent
LostKeyboardFocusEvent
LostMouseCaptureEvent
LostStylusCaptureEvent
LostTouchCaptureEvent
ManipulationBoundaryFeedbackEvent
ManipulationCompletedEvent
ManipulationDeltaEvent
ManipulationInertiaStartingEvent
ManipulationStartedEvent
ManipulationStartingEvent
MouseDownEvent
MouseEnterEvent
MouseLeaveEvent
MouseLeftButtonDownEvent
MouseLeftButtonUpEvent
MouseMoveEvent
MouseRightButtonDownEvent
MouseRightButtonUpEvent
MouseUpEvent
MouseWheelEvent
OpacityMaskProperty
OpacityProperty
PreviewDragEnterEvent
PreviewDragLeaveEvent
PreviewDragOverEvent
PreviewDropEvent
PreviewGiveFeedbackEvent
PreviewGotKeyboardFocusEvent
PreviewKeyDownEvent
PreviewKeyUpEvent
PreviewLostKeyboardFocusEvent
PreviewMouseDownEvent
PreviewMouseLeftButtonDownEvent
PreviewMouseLeftButtonUpEvent
PreviewMouseMoveEvent
PreviewMouseRightButtonDownEvent
PreviewMouseRightButtonUpEvent
PreviewMouseUpEvent
PreviewMouseWheelEvent
PreviewQueryContinueDragEvent
PreviewStylusButtonDownEvent
PreviewStylusButtonUpEvent
PreviewStylusDownEvent
PreviewStylusInAirMoveEvent
PreviewStylusInRangeEvent
PreviewStylusMoveEvent
PreviewStylusOutOfRangeEvent
PreviewStylusSystemGestureEvent
PreviewStylusUpEvent
PreviewTextInputEvent
PreviewTouchDownEvent
PreviewTouchMoveEvent
PreviewTouchUpEvent
QueryContinueDragEvent
QueryCursorEvent
RenderTransformOriginProperty
RenderTransformProperty
SnapsToDevicePixelsProperty
StylusButtonDownEvent
StylusButtonUpEvent
StylusDownEvent
StylusEnterEvent
StylusInAirMoveEvent
StylusInRangeEvent
StylusLeaveEvent
StylusMoveEvent
StylusOutOfRangeEvent
StylusSystemGestureEvent
StylusUpEvent
TextInputEvent
TouchDownEvent
TouchEnterEvent
TouchLeaveEvent
TouchMoveEvent
TouchUpEvent
UidProperty
VisibilityProperty
Tags
0103E2B958, 02E3ABA98D, 03057FF933
Software for developers
.Net Components
Delphi Components
Software for Android Developers
More information resources
WinAPI Programmer's Reference
Unix Manual Pages
Delphi Examples
Databases for Amazon shops developers
Amazon Categories Database
Browse Nodes Database